systemd.user.timers.<name>.timerConfig

Each attribute in this set specifies an option in the [Timer] section of the unit. See systemd.timer(5) and systemd.time(7) for details.

Type
attribute set of (systemd option)
Default
{ }
Example
{
  OnCalendar = "Sun 14:00:00";
  Unit = "foo.service";
}
Declared
<nixpkgs/nixos/modules/system/boot/systemd/user.nix>